Click or drag to resize

MessageOpen Method (Stream)

Loads message from the specified stream.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public void Open(
	Stream stream
)

Parameters

stream
Type: System.IOStream
An input stream.
See Also